Html Css Color HEX #CF44DE Medium Orchid

📋 copy color: '#CF44DE'

red 207 ◦ green 68 ◦ blue 222

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

Shades of Medium Orchid #CF44DE

Tints of Medium Orchid #CF44DE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.68%

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

R = 41.65%
G = 13.68%
B = 44.67%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF44DE (or 0xCF44DE) is known color: Medium Orchid. HEX triplet: CF, 44 and DE. RGB value is (207,68,222). Sum of RGB (Red+Green+Blue) = 207+68+222=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF44DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44DE is #30BB21. Grayscale: #7E7E7E. Windows color (decimal): -3193634 or 14566607. OLE color: 14566607.

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

Color convert

RGB 207 68 222 -
CMYK 0.07 0.69 0 0.13
HSL 294.16º 0.7% 0.57% -
HSV(B) 294.16º 0.69% 0.87% -
XYZ 40.98 22.67 71.32 -
YUV 127.12 181.55 184.98 -
System Red Green Blue C M Y K H S L
Decimal 207 68 222 0.07 0.69 0 0.13 294.16 0.7 0.57
Hex CF 44 DE 7 45 0 D 126 46 39
Octal 317 104 336 7 105 0 15 446 106 71
Binary 11001111 1000100 11011110 111 1000101 0 1101 100100110 1000110 111001

Color Harmonies of #CF44DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44DE

Black with #CF44DE

Text Example


Text Example

White with #CF44DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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