Html Css Color HEX #CF77CC Orchid

📋 copy color: '#CF77CC'

red 207 ◦ green 119 ◦ blue 204

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

Shades of Orchid #CF77CC

Tints of Orchid #CF77CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 39.06%
G = 22.45%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF77CC (or 0xCF77CC) is known color: Orchid. HEX triplet: CF, 77 and CC. RGB value is (207,119,204). Sum of RGB (Red+Green+Blue) = 207+119+204=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77CC is #308833. Grayscale: #9A9A9A. Windows color (decimal): -3180596 or 13400015. OLE color: 13400015.

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

Color convert

RGB 207 119 204 -
CMYK 0 0.43 0.01 0.19
HSL 302.05º 0.48% 0.64% -
HSV(B) 302.05º 0.43% 0.81% -
XYZ 43.23 30.82 60.8 -
YUV 155 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 207 119 204 0 0.43 0.01 0.19 302.05 0.48 0.64
Hex CF 77 CC 0 2B 1 13 12E 30 40
Octal 317 167 314 0 53 1 23 456 60 100
Binary 11001111 1110111 11001100 0 101011 1 10011 100101110 110000 1000000

Color Harmonies of #CF77CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77CC

Black with #CF77CC

Text Example


Text Example

White with #CF77CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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