Html Css Color HEX #CF55E1 Medium Orchid

📋 copy color: '#CF55E1'

red 207 ◦ green 85 ◦ blue 225

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

Shades of Medium Orchid #CF55E1

Tints of Medium Orchid #CF55E1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.44%

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

R = 40.04%
G = 16.44%
B = 43.52%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF55E1 (or 0xCF55E1) is known color: Medium Orchid. HEX triplet: CF, 55 and E1. RGB value is (207,85,225). Sum of RGB (Red+Green+Blue) = 207+85+225=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 85 (33.59% from 255 or 16.44% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF55E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF55E1 is #30AA1E. Grayscale: #898989. Windows color (decimal): -3189279 or 14767567. OLE color: 14767567.

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

Color convert

RGB 207 85 225 -
CMYK 0.08 0.62 0 0.12
HSL 292.29º 0.7% 0.61% -
HSV(B) 292.29º 0.62% 0.88% -
XYZ 42.57 25.2 73.85 -
YUV 137.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 207 85 225 0.08 0.62 0 0.12 292.29 0.7 0.61
Hex CF 55 E1 8 3E 0 C 124 46 3D
Octal 317 125 341 10 76 0 14 444 106 75
Binary 11001111 1010101 11100001 1000 111110 0 1100 100100100 1000110 111101

Color Harmonies of #CF55E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF55E1

Black with #CF55E1

Text Example


Text Example

White with #CF55E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF55E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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