Html Css Color HEX #CF37DE Medium Orchid

📋 copy color: '#CF37DE'

red 207 ◦ green 55 ◦ blue 222

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

Shades of Medium Orchid #CF37DE

Tints of Medium Orchid #CF37DE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.36%

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

R = 42.77%
G = 11.36%
B = 45.87%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF37DE (or 0xCF37DE) is known color: Medium Orchid. HEX triplet: CF, 37 and DE. RGB value is (207,55,222). Sum of RGB (Red+Green+Blue) = 207+55+222=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 55 (21.88% from 255 or 11.36% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF37DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF37DE is #30C821. Grayscale: #767676. Windows color (decimal): -3196962 or 14563279. OLE color: 14563279.

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

Color convert

RGB 207 55 222 -
CMYK 0.07 0.75 0 0.13
HSL 294.61º 0.72% 0.54% -
HSV(B) 294.61º 0.75% 0.87% -
XYZ 40.28 21.27 71.09 -
YUV 119.49 185.86 190.42 -
System Red Green Blue C M Y K H S L
Decimal 207 55 222 0.07 0.75 0 0.13 294.61 0.72 0.54
Hex CF 37 DE 7 4B 0 D 127 48 36
Octal 317 67 336 7 113 0 15 447 110 66
Binary 11001111 110111 11011110 111 1001011 0 1101 100100111 1001000 110110

Color Harmonies of #CF37DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF37DE

Black with #CF37DE

Text Example


Text Example

White with #CF37DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF37DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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