Html Css Color HEX #CF77BA Orchid

📋 copy color: '#CF77BA'

red 207 ◦ green 119 ◦ blue 186

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

Shades of Orchid #CF77BA

Tints of Orchid #CF77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.33%

R = 40.43%
G = 23.24%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF77BA (or 0xCF77BA) is known color: Orchid. HEX triplet: CF, 77 and BA. RGB value is (207,119,186). Sum of RGB (Red+Green+Blue) = 207+119+186=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77BA is #308845. Grayscale: #989898. Windows color (decimal): -3180614 or 12220367. OLE color: 12220367.

HSL color Cylindrical-coordinate representation of color #CF77BA: hue angle of 314.32º 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 #CF77BA is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 186 -
CMYK 0 0.43 0.10 0.19
HSL 314.32º 0.48% 0.64% -
HSV(B) 314.32º 0.43% 0.81% -
XYZ 41.19 30 50.07 -
YUV 152.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 207 119 186 0 0.43 0.10 0.19 314.32 0.48 0.64
Hex CF 77 BA 0 2B A 13 13A 30 40
Octal 317 167 272 0 53 12 23 472 60 100
Binary 11001111 1110111 10111010 0 101011 1010 10011 100111010 110000 1000000

Color Harmonies of #CF77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77BA

Black with #CF77BA

Text Example


Text Example

White with #CF77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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