Html Css Color HEX #CF60CE Orchid

📋 copy color: '#CF60CE'

red 207 ◦ green 96 ◦ blue 206

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

Shades of Orchid #CF60CE

Tints of Orchid #CF60CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 40.67%
G = 18.86%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF60CE (or 0xCF60CE) is known color: Orchid. HEX triplet: CF, 60 and CE. RGB value is (207,96,206). Sum of RGB (Red+Green+Blue) = 207+96+206=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60CE is #309F31. Grayscale: #8D8D8D. Windows color (decimal): -3186482 or 13525199. OLE color: 13525199.

HSL color Cylindrical-coordinate representation of color #CF60CE: hue angle of 300.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF60CE is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 206 -
CMYK 0 0.54 0.00 0.19
HSL 300.54º 0.54% 0.59% -
HSV(B) 300.54º 0.54% 0.81% -
XYZ 41.06 26.09 61.26 -
YUV 141.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 207 96 206 0 0.54 0.00 0.19 300.54 0.54 0.59
Hex CF 60 CE 0 36 0 13 12D 36 3B
Octal 317 140 316 0 66 0 23 455 66 73
Binary 11001111 1100000 11001110 0 110110 0 10011 100101101 110110 111011

Color Harmonies of #CF60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60CE

Black with #CF60CE

Text Example


Text Example

White with #CF60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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