Html Css Color HEX #CF60DC Orchid

📋 copy color: '#CF60DC'

red 207 ◦ green 96 ◦ blue 220

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

Shades of Orchid #CF60DC

Tints of Orchid #CF60DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 39.58%
G = 18.36%
B = 42.07%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF60DC (or 0xCF60DC) is known color: Orchid. HEX triplet: CF, 60 and DC. RGB value is (207,96,220). Sum of RGB (Red+Green+Blue) = 207+96+220=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF60DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60DC is #309F23. Grayscale: #8E8E8E. Windows color (decimal): -3186468 or 14442703. OLE color: 14442703.

HSL color Cylindrical-coordinate representation of color #CF60DC: hue angle of 293.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF60DC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 96 220 -
CMYK 0.06 0.56 0 0.14
HSL 293.71º 0.64% 0.62% -
HSV(B) 293.71º 0.56% 0.86% -
XYZ 42.83 26.8 70.63 -
YUV 143.33 171.27 173.42 -
System Red Green Blue C M Y K H S L
Decimal 207 96 220 0.06 0.56 0 0.14 293.71 0.64 0.62
Hex CF 60 DC 6 38 0 E 126 40 3E
Octal 317 140 334 6 70 0 16 446 100 76
Binary 11001111 1100000 11011100 110 111000 0 1110 100100110 1000000 111110

Color Harmonies of #CF60DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60DC

Black with #CF60DC

Text Example


Text Example

White with #CF60DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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