Html Css Color HEX #CF2DDA Medium Orchid

📋 copy color: '#CF2DDA'

red 207 ◦ green 45 ◦ blue 218

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

Shades of Medium Orchid #CF2DDA

Tints of Medium Orchid #CF2DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.57%

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

R = 44.04%
G = 9.57%
B = 46.38%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF2DDA (or 0xCF2DDA) is known color: Medium Orchid. HEX triplet: CF, 2D and DA. RGB value is (207,45,218). Sum of RGB (Red+Green+Blue) = 207+45+218=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF2DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DDA is #30D225. Grayscale: #707070. Windows color (decimal): -3199526 or 14298575. OLE color: 14298575.

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

Color convert

RGB 207 45 218 -
CMYK 0.05 0.79 0 0.15
HSL 296.19º 0.7% 0.52% -
HSV(B) 296.19º 0.79% 0.85% -
XYZ 39.33 20.2 68.16 -
YUV 113.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 207 45 218 0.05 0.79 0 0.15 296.19 0.7 0.52
Hex CF 2D DA 5 4F 0 F 128 46 34
Octal 317 55 332 5 117 0 17 450 106 64
Binary 11001111 101101 11011010 101 1001111 0 1111 100101000 1000110 110100

Color Harmonies of #CF2DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2DDA

Black with #CF2DDA

Text Example


Text Example

White with #CF2DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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