Html Css Color HEX #CF61CE Orchid

📋 copy color: '#CF61CE'

red 207 ◦ green 97 ◦ blue 206

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

Shades of Orchid #CF61CE

Tints of Orchid #CF61CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.02%

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

R = 40.59%
G = 19.02%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF61CE (or 0xCF61CE) is known color: Orchid. HEX triplet: CF, 61 and CE. RGB value is (207,97,206). Sum of RGB (Red+Green+Blue) = 207+97+206=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF61CE is #309E31. Grayscale: #8D8D8D. Windows color (decimal): -3186226 or 13525455. OLE color: 13525455.

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

Color convert

RGB 207 97 206 -
CMYK 0 0.53 0.00 0.19
HSL 300.55º 0.53% 0.6% -
HSV(B) 300.55º 0.53% 0.81% -
XYZ 41.15 26.27 61.29 -
YUV 142.32 163.94 174.14 -
System Red Green Blue C M Y K H S L
Decimal 207 97 206 0 0.53 0.00 0.19 300.55 0.53 0.6
Hex CF 61 CE 0 35 0 13 12D 35 3C
Octal 317 141 316 0 65 0 23 455 65 74
Binary 11001111 1100001 11001110 0 110101 0 10011 100101101 110101 111100

Color Harmonies of #CF61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF61CE

Black with #CF61CE

Text Example


Text Example

White with #CF61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF61CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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