Html Css Color HEX #CF5CE3 Medium Orchid

📋 copy color: '#CF5CE3'

red 207 ◦ green 92 ◦ blue 227

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

Shades of Medium Orchid #CF5CE3

Tints of Medium Orchid #CF5CE3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.49%

 BLUE value IS 227 (89.06% from 255) = 43.16%

R = 39.35%
G = 17.49%
B = 43.16%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CF5CE3 (or 0xCF5CE3) is known color: Medium Orchid. HEX triplet: CF, 5C and E3. RGB value is (207,92,227). Sum of RGB (Red+Green+Blue) = 207+92+227=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF5CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CE3 is #30A31C. Grayscale: #8D8D8D. Windows color (decimal): -3187485 or 14900431. OLE color: 14900431.

HSL color Cylindrical-coordinate representation of color #CF5CE3: hue angle of 291.11º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5CE3 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 92 227 -
CMYK 0.09 0.59 0 0.11
HSL 291.11º 0.71% 0.63% -
HSV(B) 291.11º 0.59% 0.89% -
XYZ 43.42 26.47 75.49 -
YUV 141.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 207 92 227 0.09 0.59 0 0.11 291.11 0.71 0.63
Hex CF 5C E3 9 3B 0 B 123 47 3F
Octal 317 134 343 11 73 0 13 443 107 77
Binary 11001111 1011100 11100011 1001 111011 0 1011 100100011 1000111 111111

Color Harmonies of #CF5CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CE3

Black with #CF5CE3

Text Example


Text Example

White with #CF5CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CE3; }

 p { color: rgb(207,92,227); }

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

background-color css

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

 a { background-color: rgb(207,92,227); }

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

border-color css

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

 span { border-color: rgb(207,92,227); }

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