Html Css Color HEX #CF40DE Medium Orchid

📋 copy color: '#CF40DE'

red 207 ◦ green 64 ◦ blue 222

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

Shades of Medium Orchid #CF40DE

Tints of Medium Orchid #CF40DE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.98%

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

R = 41.99%
G = 12.98%
B = 45.03%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF40DE (or 0xCF40DE) is known color: Medium Orchid. HEX triplet: CF, 40 and DE. RGB value is (207,64,222). Sum of RGB (Red+Green+Blue) = 207+64+222=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 222 (87.11% from 255 or 45.03% from 493); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF40DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40DE is #30BF21. Grayscale: #7C7C7C. Windows color (decimal): -3194658 or 14565583. OLE color: 14565583.

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

Color convert

RGB 207 64 222 -
CMYK 0.07 0.71 0 0.13
HSL 294.3º 0.71% 0.56% -
HSV(B) 294.3º 0.71% 0.87% -
XYZ 40.75 22.21 71.25 -
YUV 124.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 207 64 222 0.07 0.71 0 0.13 294.3 0.71 0.56
Hex CF 40 DE 7 47 0 D 126 47 38
Octal 317 100 336 7 107 0 15 446 107 70
Binary 11001111 1000000 11011110 111 1000111 0 1101 100100110 1000111 111000

Color Harmonies of #CF40DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40DE

Black with #CF40DE

Text Example


Text Example

White with #CF40DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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