Html Css Color HEX #CF60E1 Orchid

📋 copy color: '#CF60E1'

red 207 ◦ green 96 ◦ blue 225

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

Shades of Orchid #CF60E1

Tints of Orchid #CF60E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 39.2%
G = 18.18%
B = 42.61%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF60E1 (or 0xCF60E1) is known color: Orchid. HEX triplet: CF, 60 and E1. RGB value is (207,96,225). Sum of RGB (Red+Green+Blue) = 207+96+225=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF60E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60E1 is #309F1E. Grayscale: #8F8F8F. Windows color (decimal): -3186463 or 14770383. OLE color: 14770383.

HSL color Cylindrical-coordinate representation of color #CF60E1: hue angle of 291.63º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF60E1 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 96 225 -
CMYK 0.08 0.57 0 0.12
HSL 291.63º 0.68% 0.63% -
HSV(B) 291.63º 0.57% 0.88% -
XYZ 43.51 27.07 74.17 -
YUV 143.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 207 96 225 0.08 0.57 0 0.12 291.63 0.68 0.63
Hex CF 60 E1 8 39 0 C 124 44 3F
Octal 317 140 341 10 71 0 14 444 104 77
Binary 11001111 1100000 11100001 1000 111001 0 1100 100100100 1000100 111111

Color Harmonies of #CF60E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60E1

Black with #CF60E1

Text Example


Text Example

White with #CF60E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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