Html Css Color HEX #CF53DE Medium Orchid

📋 copy color: '#CF53DE'

red 207 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #CF53DE

Tints of Medium Orchid #CF53DE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 40.43%
G = 16.21%
B = 43.36%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF53DE (or 0xCF53DE) is known color: Medium Orchid. HEX triplet: CF, 53 and DE. RGB value is (207,83,222). Sum of RGB (Red+Green+Blue) = 207+83+222=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF53DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF53DE is #30AC21. Grayscale: #878787. Windows color (decimal): -3189794 or 14570447. OLE color: 14570447.

HSL color Cylindrical-coordinate representation of color #CF53DE: hue angle of 293.53º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF53DE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 83 222 -
CMYK 0.07 0.63 0 0.13
HSL 293.53º 0.68% 0.6% -
HSV(B) 293.53º 0.63% 0.87% -
XYZ 42.01 24.73 71.67 -
YUV 135.92 176.58 178.7 -
System Red Green Blue C M Y K H S L
Decimal 207 83 222 0.07 0.63 0 0.13 293.53 0.68 0.6
Hex CF 53 DE 7 3F 0 D 126 44 3C
Octal 317 123 336 7 77 0 15 446 104 74
Binary 11001111 1010011 11011110 111 111111 0 1101 100100110 1000100 111100

Color Harmonies of #CF53DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF53DE

Black with #CF53DE

Text Example


Text Example

White with #CF53DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF53DE; }

 p { color: rgb(207,83,222); }

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

background-color css

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

 a { background-color: rgb(207,83,222); }

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

border-color css

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

 span { border-color: rgb(207,83,222); }

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