Html Css Color HEX #CF77DC Orchid

📋 copy color: '#CF77DC'

red 207 ◦ green 119 ◦ blue 220

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

Shades of Orchid #CF77DC

Tints of Orchid #CF77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 37.91%
G = 21.79%
B = 40.29%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF77DC (or 0xCF77DC) is known color: Orchid. HEX triplet: CF, 77 and DC. RGB value is (207,119,220). Sum of RGB (Red+Green+Blue) = 207+119+220=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77DC is #308823. Grayscale: #9C9C9C. Windows color (decimal): -3180580 or 14448591. OLE color: 14448591.

HSL color Cylindrical-coordinate representation of color #CF77DC: hue angle of 292.28º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF77DC is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 119 220 -
CMYK 0.06 0.46 0 0.14
HSL 292.28º 0.59% 0.66% -
HSV(B) 292.28º 0.46% 0.86% -
XYZ 45.25 31.63 71.43 -
YUV 156.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 207 119 220 0.06 0.46 0 0.14 292.28 0.59 0.66
Hex CF 77 DC 6 2E 0 E 124 3B 42
Octal 317 167 334 6 56 0 16 444 73 102
Binary 11001111 1110111 11011100 110 101110 0 1110 100100100 111011 1000010

Color Harmonies of #CF77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77DC

Black with #CF77DC

Text Example


Text Example

White with #CF77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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