Html Css Color HEX #CF76DE Orchid

📋 copy color: '#CF76DE'

red 207 ◦ green 118 ◦ blue 222

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

Shades of Orchid #CF76DE

Tints of Orchid #CF76DE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.57%

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

R = 37.84%
G = 21.57%
B = 40.59%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF76DE (or 0xCF76DE) is known color: Orchid. HEX triplet: CF, 76 and DE. RGB value is (207,118,222). Sum of RGB (Red+Green+Blue) = 207+118+222=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76DE is #308921. Grayscale: #9C9C9C. Windows color (decimal): -3180834 or 14579407. OLE color: 14579407.

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

Color convert

RGB 207 118 222 -
CMYK 0.07 0.47 0 0.13
HSL 291.35º 0.61% 0.67% -
HSV(B) 291.35º 0.47% 0.87% -
XYZ 45.4 31.5 72.79 -
YUV 156.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 207 118 222 0.07 0.47 0 0.13 291.35 0.61 0.67
Hex CF 76 DE 7 2F 0 D 123 3D 43
Octal 317 166 336 7 57 0 15 443 75 103
Binary 11001111 1110110 11011110 111 101111 0 1101 100100011 111101 1000011

Color Harmonies of #CF76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF76DE

Black with #CF76DE

Text Example


Text Example

White with #CF76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF76DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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