Html Css Color HEX #CF39DA Medium Orchid

📋 copy color: '#CF39DA'

red 207 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #CF39DA

Tints of Medium Orchid #CF39DA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.83%

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

R = 42.95%
G = 11.83%
B = 45.23%

CMYK

 C value IS 0.05

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF39DA (or 0xCF39DA) is known color: Medium Orchid. HEX triplet: CF, 39 and DA. RGB value is (207,57,218). Sum of RGB (Red+Green+Blue) = 207+57+218=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF39DA is #30C625. Grayscale: #777777. Windows color (decimal): -3196454 or 14301647. OLE color: 14301647.

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

Color convert

RGB 207 57 218 -
CMYK 0.05 0.74 0 0.15
HSL 295.9º 0.69% 0.54% -
HSV(B) 295.9º 0.74% 0.85% -
XYZ 39.85 21.25 68.33 -
YUV 120.2 183.2 189.91 -
System Red Green Blue C M Y K H S L
Decimal 207 57 218 0.05 0.74 0 0.15 295.9 0.69 0.54
Hex CF 39 DA 5 4A 0 F 128 45 36
Octal 317 71 332 5 112 0 17 450 105 66
Binary 11001111 111001 11011010 101 1001010 0 1111 100101000 1000101 110110

Color Harmonies of #CF39DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF39DA

Black with #CF39DA

Text Example


Text Example

White with #CF39DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF39DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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