Html Css Color HEX #CF60CF Orchid

📋 copy color: '#CF60CF'

red 207 ◦ green 96 ◦ blue 207

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

Shades of Orchid #CF60CF

Tints of Orchid #CF60CF

RGB

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

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

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

R = 40.59%
G = 18.82%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF60CF (or 0xCF60CF) is known color: Orchid. HEX triplet: CF, 60 and CF. RGB value is (207,96,207). Sum of RGB (Red+Green+Blue) = 207+96+207=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60CF is #309F30. Grayscale: #8D8D8D. Windows color (decimal): -3186481 or 13590735. OLE color: 13590735.

HSL color Cylindrical-coordinate representation of color #CF60CF: hue angle of 300º 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 #CF60CF is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 207 -
CMYK 0 0.54 0 0.19
HSL 300º 0.54% 0.59% -
HSV(B) 300º 0.54% 0.81% -
XYZ 41.18 26.14 61.91 -
YUV 141.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 207 96 207 0 0.54 0 0.19 300 0.54 0.59
Hex CF 60 CF 0 36 0 13 12C 36 3B
Octal 317 140 317 0 66 0 23 454 66 73
Binary 11001111 1100000 11001111 0 110110 0 10011 100101100 110110 111011

Color Harmonies of #CF60CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60CF

Black with #CF60CF

Text Example


Text Example

White with #CF60CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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