Html Css Color HEX #CF60DD Orchid

📋 copy color: '#CF60DD'

red 207 ◦ green 96 ◦ blue 221

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

Shades of Orchid #CF60DD

Tints of Orchid #CF60DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 39.5%
G = 18.32%
B = 42.18%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF60DD (or 0xCF60DD) is known color: Orchid. HEX triplet: CF, 60 and DD. RGB value is (207,96,221). Sum of RGB (Red+Green+Blue) = 207+96+221=524 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.50% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF60DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60DD is #309F22. Grayscale: #8F8F8F. Windows color (decimal): -3186467 or 14508239. OLE color: 14508239.

HSL color Cylindrical-coordinate representation of color #CF60DD: hue angle of 293.28º degrees, saturation: 0.65, 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 #CF60DD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 96 221 -
CMYK 0.06 0.57 0 0.13
HSL 293.28º 0.65% 0.62% -
HSV(B) 293.28º 0.57% 0.87% -
XYZ 42.97 26.85 71.32 -
YUV 143.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 207 96 221 0.06 0.57 0 0.13 293.28 0.65 0.62
Hex CF 60 DD 6 39 0 D 125 41 3E
Octal 317 140 335 6 71 0 15 445 101 76
Binary 11001111 1100000 11011101 110 111001 0 1101 100100101 1000001 111110

Color Harmonies of #CF60DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60DD

Black with #CF60DD

Text Example


Text Example

White with #CF60DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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