Html Css Color HEX #CF77B6 Orchid

📋 copy color: '#CF77B6'

red 207 ◦ green 119 ◦ blue 182

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

Shades of Orchid #CF77B6

Tints of Orchid #CF77B6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.43%

 BLUE value IS 182 (71.48% from 255) = 35.83%

R = 40.75%
G = 23.43%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CF77B6 (or 0xCF77B6) is known color: Orchid. HEX triplet: CF, 77 and B6. RGB value is (207,119,182). Sum of RGB (Red+Green+Blue) = 207+119+182=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77B6 is #308849. Grayscale: #989898. Windows color (decimal): -3180618 or 11958223. OLE color: 11958223.

HSL color Cylindrical-coordinate representation of color #CF77B6: hue angle of 317.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF77B6 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 182 -
CMYK 0 0.43 0.12 0.19
HSL 317.05º 0.48% 0.64% -
HSV(B) 317.05º 0.43% 0.81% -
XYZ 40.77 29.84 47.87 -
YUV 152.49 144.65 166.88 -
System Red Green Blue C M Y K H S L
Decimal 207 119 182 0 0.43 0.12 0.19 317.05 0.48 0.64
Hex CF 77 B6 0 2B C 13 13D 30 40
Octal 317 167 266 0 53 14 23 475 60 100
Binary 11001111 1110111 10110110 0 101011 1100 10011 100111101 110000 1000000

Color Harmonies of #CF77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77B6

Black with #CF77B6

Text Example


Text Example

White with #CF77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77B6; }

 p { color: rgb(207,119,182); }

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

background-color css

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

 a { background-color: rgb(207,119,182); }

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

border-color css

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

 span { border-color: rgb(207,119,182); }

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