Html Css Color HEX #CF31DA Medium Orchid

📋 copy color: '#CF31DA'

red 207 ◦ green 49 ◦ blue 218

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

Shades of Medium Orchid #CF31DA

Tints of Medium Orchid #CF31DA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.34%

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

R = 43.67%
G = 10.34%
B = 45.99%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF31DA (or 0xCF31DA) is known color: Medium Orchid. HEX triplet: CF, 31 and DA. RGB value is (207,49,218). Sum of RGB (Red+Green+Blue) = 207+49+218=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF31DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF31DA is #30CE25. Grayscale: #727272. Windows color (decimal): -3198502 or 14299599. OLE color: 14299599.

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

Color convert

RGB 207 49 218 -
CMYK 0.05 0.78 0 0.15
HSL 296.09º 0.7% 0.52% -
HSV(B) 296.09º 0.78% 0.85% -
XYZ 39.49 20.52 68.21 -
YUV 115.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 207 49 218 0.05 0.78 0 0.15 296.09 0.7 0.52
Hex CF 31 DA 5 4E 0 F 128 46 34
Octal 317 61 332 5 116 0 17 450 106 64
Binary 11001111 110001 11011010 101 1001110 0 1111 100101000 1000110 110100

Color Harmonies of #CF31DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF31DA

Black with #CF31DA

Text Example


Text Example

White with #CF31DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF31DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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