Html Css Color HEX #CF3ADE Medium Orchid

📋 copy color: '#CF3ADE'

red 207 ◦ green 58 ◦ blue 222

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

Shades of Medium Orchid #CF3ADE

Tints of Medium Orchid #CF3ADE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.91%

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

R = 42.51%
G = 11.91%
B = 45.59%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF3ADE (or 0xCF3ADE) is known color: Medium Orchid. HEX triplet: CF, 3A and DE. RGB value is (207,58,222). Sum of RGB (Red+Green+Blue) = 207+58+222=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ADE is #30C521. Grayscale: #787878. Windows color (decimal): -3196194 or 14564047. OLE color: 14564047.

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

Color convert

RGB 207 58 222 -
CMYK 0.07 0.74 0 0.13
HSL 294.51º 0.71% 0.55% -
HSV(B) 294.51º 0.74% 0.87% -
XYZ 40.43 21.57 71.14 -
YUV 121.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 207 58 222 0.07 0.74 0 0.13 294.51 0.71 0.55
Hex CF 3A DE 7 4A 0 D 127 47 37
Octal 317 72 336 7 112 0 15 447 107 67
Binary 11001111 111010 11011110 111 1001010 0 1101 100100111 1000111 110111

Color Harmonies of #CF3ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3ADE

Black with #CF3ADE

Text Example


Text Example

White with #CF3ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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