Html Css Color HEX #CF3CDA Medium Orchid

📋 copy color: '#CF3CDA'

red 207 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #CF3CDA

Tints of Medium Orchid #CF3CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.37%

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

R = 42.68%
G = 12.37%
B = 44.95%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF3CDA (or 0xCF3CDA) is known color: Medium Orchid. HEX triplet: CF, 3C and DA. RGB value is (207,60,218). Sum of RGB (Red+Green+Blue) = 207+60+218=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF3CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CDA is #30C325. Grayscale: #797979. Windows color (decimal): -3195686 or 14302415. OLE color: 14302415.

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

Color convert

RGB 207 60 218 -
CMYK 0.05 0.72 0 0.15
HSL 295.82º 0.68% 0.55% -
HSV(B) 295.82º 0.72% 0.85% -
XYZ 40 21.56 68.38 -
YUV 121.97 182.2 188.65 -
System Red Green Blue C M Y K H S L
Decimal 207 60 218 0.05 0.72 0 0.15 295.82 0.68 0.55
Hex CF 3C DA 5 48 0 F 128 44 37
Octal 317 74 332 5 110 0 17 450 104 67
Binary 11001111 111100 11011010 101 1001000 0 1111 100101000 1000100 110111

Color Harmonies of #CF3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CDA

Black with #CF3CDA

Text Example


Text Example

White with #CF3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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