Html Css Color HEX #CF60E0 Orchid

📋 copy color: '#CF60E0'

red 207 ◦ green 96 ◦ blue 224

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

Shades of Orchid #CF60E0

Tints of Orchid #CF60E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.5%

R = 39.28%
G = 18.22%
B = 42.5%

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

#CF60E0 (or 0xCF60E0) is known color: Orchid. HEX triplet: CF, 60 and E0. RGB value is (207,96,224). Sum of RGB (Red+Green+Blue) = 207+96+224=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF60E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60E0 is #309F1F. Grayscale: #8F8F8F. Windows color (decimal): -3186464 or 14704847. OLE color: 14704847.

HSL color Cylindrical-coordinate representation of color #CF60E0: hue angle of 292.03º degrees, saturation: 0.67, 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 #CF60E0 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 96 224 -
CMYK 0.08 0.57 0 0.12
HSL 292.03º 0.67% 0.63% -
HSV(B) 292.03º 0.57% 0.88% -
XYZ 43.37 27.01 73.45 -
YUV 143.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 207 96 224 0.08 0.57 0 0.12 292.03 0.67 0.63
Hex CF 60 E0 8 39 0 C 124 43 3F
Octal 317 140 340 10 71 0 14 444 103 77
Binary 11001111 1100000 11100000 1000 111001 0 1100 100100100 1000011 111111

Color Harmonies of #CF60E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF60E0

Black with #CF60E0

Text Example


Text Example

White with #CF60E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF60E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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