Html Css Color HEX #CF60DA Orchid

📋 copy color: '#CF60DA'

red 207 ◦ green 96 ◦ blue 218

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

Shades of Orchid #CF60DA

Tints of Orchid #CF60DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 39.73%
G = 18.43%
B = 41.84%

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

#CF60DA (or 0xCF60DA) is known color: Orchid. HEX triplet: CF, 60 and DA. RGB value is (207,96,218). Sum of RGB (Red+Green+Blue) = 207+96+218=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60DA is #309F25. Grayscale: #8E8E8E. Windows color (decimal): -3186470 or 14311631. OLE color: 14311631.

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

Color convert

RGB 207 96 218 -
CMYK 0.05 0.56 0 0.15
HSL 294.59º 0.62% 0.62% -
HSV(B) 294.59º 0.56% 0.85% -
XYZ 42.57 26.69 69.24 -
YUV 143.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 207 96 218 0.05 0.56 0 0.15 294.59 0.62 0.62
Hex CF 60 DA 5 38 0 F 127 3E 3E
Octal 317 140 332 5 70 0 17 447 76 76
Binary 11001111 1100000 11011010 101 111000 0 1111 100100111 111110 111110

Color Harmonies of #CF60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60DA

Black with #CF60DA

Text Example


Text Example

White with #CF60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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