Html Css Color HEX #CF5FE0 Orchid

📋 copy color: '#CF5FE0'

red 207 ◦ green 95 ◦ blue 224

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

Shades of Orchid #CF5FE0

Tints of Orchid #CF5FE0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.06%

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

R = 39.35%
G = 18.06%
B = 42.59%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF5FE0 (or 0xCF5FE0) is known color: Orchid. HEX triplet: CF, 5F and E0. RGB value is (207,95,224). Sum of RGB (Red+Green+Blue) = 207+95+224=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF5FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FE0 is #30A01F. Grayscale: #8E8E8E. Windows color (decimal): -3186720 or 14704591. OLE color: 14704591.

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

Color convert

RGB 207 95 224 -
CMYK 0.08 0.58 0 0.12
HSL 292.09º 0.68% 0.63% -
HSV(B) 292.09º 0.58% 0.88% -
XYZ 43.28 26.83 73.42 -
YUV 143.19 173.61 173.51 -
System Red Green Blue C M Y K H S L
Decimal 207 95 224 0.08 0.58 0 0.12 292.09 0.68 0.63
Hex CF 5F E0 8 3A 0 C 124 44 3F
Octal 317 137 340 10 72 0 14 444 104 77
Binary 11001111 1011111 11100000 1000 111010 0 1100 100100100 1000100 111111

Color Harmonies of #CF5FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FE0

Black with #CF5FE0

Text Example


Text Example

White with #CF5FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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