Html Css Color HEX #CF77DE Orchid

📋 copy color: '#CF77DE'

red 207 ◦ green 119 ◦ blue 222

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

Shades of Orchid #CF77DE

Tints of Orchid #CF77DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 37.77%
G = 21.72%
B = 40.51%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF77DE (or 0xCF77DE) is known color: Orchid. HEX triplet: CF, 77 and DE. RGB value is (207,119,222). Sum of RGB (Red+Green+Blue) = 207+119+222=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77DE is #308821. Grayscale: #9C9C9C. Windows color (decimal): -3180578 or 14579663. OLE color: 14579663.

HSL color Cylindrical-coordinate representation of color #CF77DE: hue angle of 291.26º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF77DE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 119 222 -
CMYK 0.07 0.46 0 0.13
HSL 291.26º 0.61% 0.67% -
HSV(B) 291.26º 0.46% 0.87% -
XYZ 45.51 31.73 72.83 -
YUV 157.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 207 119 222 0.07 0.46 0 0.13 291.26 0.61 0.67
Hex CF 77 DE 7 2E 0 D 123 3D 43
Octal 317 167 336 7 56 0 15 443 75 103
Binary 11001111 1110111 11011110 111 101110 0 1101 100100011 111101 1000011

Color Harmonies of #CF77DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF77DE

Black with #CF77DE

Text Example


Text Example

White with #CF77DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF77DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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