Html Css Color HEX #CF3ADA Medium Orchid

📋 copy color: '#CF3ADA'

red 207 ◦ green 58 ◦ blue 218

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

Shades of Medium Orchid #CF3ADA

Tints of Medium Orchid #CF3ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 42.86%
G = 12.01%
B = 45.13%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF3ADA (or 0xCF3ADA) is known color: Medium Orchid. HEX triplet: CF, 3A and DA. RGB value is (207,58,218). Sum of RGB (Red+Green+Blue) = 207+58+218=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF3ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3ADA is #30C525. Grayscale: #787878. Windows color (decimal): -3196198 or 14301903. OLE color: 14301903.

HSL color Cylindrical-coordinate representation of color #CF3ADA: hue angle of 295.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3ADA is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 58 218 -
CMYK 0.05 0.73 0 0.15
HSL 295.88º 0.68% 0.54% -
HSV(B) 295.88º 0.73% 0.85% -
XYZ 39.9 21.35 68.35 -
YUV 120.79 182.86 189.49 -
System Red Green Blue C M Y K H S L
Decimal 207 58 218 0.05 0.73 0 0.15 295.88 0.68 0.54
Hex CF 3A DA 5 49 0 F 128 44 36
Octal 317 72 332 5 111 0 17 450 104 66
Binary 11001111 111010 11011010 101 1001001 0 1111 100101000 1000100 110110

Color Harmonies of #CF3ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3ADA

Black with #CF3ADA

Text Example


Text Example

White with #CF3ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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