Html Css Color HEX #CF60D9 Orchid

📋 copy color: '#CF60D9'

red 207 ◦ green 96 ◦ blue 217

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

Shades of Orchid #CF60D9

Tints of Orchid #CF60D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.73%

R = 39.81%
G = 18.46%
B = 41.73%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF60D9 (or 0xCF60D9) is known color: Orchid. HEX triplet: CF, 60 and D9. RGB value is (207,96,217). Sum of RGB (Red+Green+Blue) = 207+96+217=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF60D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60D9 is #309F26. Grayscale: #8E8E8E. Windows color (decimal): -3186471 or 14246095. OLE color: 14246095.

HSL color Cylindrical-coordinate representation of color #CF60D9: hue angle of 295.04º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF60D9 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 96 217 -
CMYK 0.05 0.56 0 0.15
HSL 295.04º 0.61% 0.61% -
HSV(B) 295.04º 0.56% 0.85% -
XYZ 42.44 26.64 68.55 -
YUV 142.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 207 96 217 0.05 0.56 0 0.15 295.04 0.61 0.61
Hex CF 60 D9 5 38 0 F 127 3D 3D
Octal 317 140 331 5 70 0 17 447 75 75
Binary 11001111 1100000 11011001 101 111000 0 1111 100100111 111101 111101

Color Harmonies of #CF60D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60D9

Black with #CF60D9

Text Example


Text Example

White with #CF60D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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