Html Css Color HEX #CF7BC0 Orchid

📋 copy color: '#CF7BC0'

red 207 ◦ green 123 ◦ blue 192

#CF7BC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CF7BC0

Tints of Orchid #CF7BC0

RGB

 RED value IS 207 (81.25% from 255) = 39.66%

 GREEN value IS 123 (48.44% from 255) = 23.56%

 BLUE value IS 192 (75.39% from 255) = 36.78%

R = 39.66%
G = 23.56%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF7BC0 (or 0xCF7BC0) is known color: Orchid. HEX triplet: CF, 7B and C0. RGB value is (207,123,192). Sum of RGB (Red+Green+Blue) = 207+123+192=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7BC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BC0 is #30843F. Grayscale: #9B9B9B. Windows color (decimal): -3179584 or 12614607. OLE color: 12614607.

HSL color Cylindrical-coordinate representation of color #CF7BC0: hue angle of 310.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7BC0 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 192 -
CMYK 0 0.41 0.07 0.19
HSL 310.71º 0.47% 0.65% -
HSV(B) 310.71º 0.41% 0.81% -
XYZ 42.33 31.24 53.67 -
YUV 155.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 207 123 192 0 0.41 0.07 0.19 310.71 0.47 0.65
Hex CF 7B C0 0 29 7 13 137 2F 41
Octal 317 173 300 0 51 7 23 467 57 101
Binary 11001111 1111011 11000000 0 101001 111 10011 100110111 101111 1000001

Color Harmonies of #CF7BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7BC0

Black with #CF7BC0

Text Example


Text Example

White with #CF7BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7BC0; }

 p { color: rgb(207,123,192); }

 H1.HeaderClassName
 {
   color: #CF7BC0;
 }
 .AnyTagClassName
 {
   color: #CF7BC0;
 }
</style>

background-color css

<style>
 a { background-color: #CF7BC0; }

 a { background-color: rgb(207,123,192); }

 div.DivClassName
 {
   background-color: #CF7BC0;
 }
 .BgClassName
 {
   background-color: #CF7BC0;
 }
</style>

border-color css

<style>
 span { border-color: #CF7BC0; }

 span { border-color: rgb(207,123,192); }

 td.TdClassName
 {
   border-color: #CF7BC0;
 }
 .TagClassName
 {
   border-color: #CF7BC0;
 }
</style>