Html Css Color HEX #CF77D3 Orchid

📋 copy color: '#CF77D3'

red 207 ◦ green 119 ◦ blue 211

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

Shades of Orchid #CF77D3

Tints of Orchid #CF77D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.29%

R = 38.55%
G = 22.16%
B = 39.29%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CF77D3 (or 0xCF77D3) is known color: Orchid. HEX triplet: CF, 77 and D3. RGB value is (207,119,211). Sum of RGB (Red+Green+Blue) = 207+119+211=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF77D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77D3 is #30882C. Grayscale: #9B9B9B. Windows color (decimal): -3180589 or 13858767. OLE color: 13858767.

HSL color Cylindrical-coordinate representation of color #CF77D3: hue angle of 297.39º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF77D3 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 207 119 211 -
CMYK 0.02 0.44 0 0.17
HSL 297.39º 0.51% 0.65% -
HSV(B) 297.39º 0.44% 0.83% -
XYZ 44.09 31.16 65.32 -
YUV 155.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 207 119 211 0.02 0.44 0 0.17 297.39 0.51 0.65
Hex CF 77 D3 2 2C 0 11 129 33 41
Octal 317 167 323 2 54 0 21 451 63 101
Binary 11001111 1110111 11010011 10 101100 0 10001 100101001 110011 1000001

Color Harmonies of #CF77D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77D3

Black with #CF77D3

Text Example


Text Example

White with #CF77D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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