Html Css Color HEX #CF60DE Orchid

📋 copy color: '#CF60DE'

red 207 ◦ green 96 ◦ blue 222

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

Shades of Orchid #CF60DE

Tints of Orchid #CF60DE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.29%

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

R = 39.43%
G = 18.29%
B = 42.29%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF60DE (or 0xCF60DE) is known color: Orchid. HEX triplet: CF, 60 and DE. RGB value is (207,96,222). Sum of RGB (Red+Green+Blue) = 207+96+222=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF60DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60DE is #309F21. Grayscale: #8F8F8F. Windows color (decimal): -3186466 or 14573775. OLE color: 14573775.

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

Color convert

RGB 207 96 222 -
CMYK 0.07 0.57 0 0.13
HSL 292.86º 0.66% 0.62% -
HSV(B) 292.86º 0.57% 0.87% -
XYZ 43.1 26.91 72.03 -
YUV 143.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 207 96 222 0.07 0.57 0 0.13 292.86 0.66 0.62
Hex CF 60 DE 7 39 0 D 125 42 3E
Octal 317 140 336 7 71 0 15 445 102 76
Binary 11001111 1100000 11011110 111 111001 0 1101 100100101 1000010 111110

Color Harmonies of #CF60DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60DE

Black with #CF60DE

Text Example


Text Example

White with #CF60DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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