Html Css Color HEX #CF4CDA Medium Orchid

📋 copy color: '#CF4CDA'

red 207 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #CF4CDA

Tints of Medium Orchid #CF4CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.17%

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

R = 41.32%
G = 15.17%
B = 43.51%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF4CDA (or 0xCF4CDA) is known color: Medium Orchid. HEX triplet: CF, 4C and DA. RGB value is (207,76,218). Sum of RGB (Red+Green+Blue) = 207+76+218=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 76 (30.08% from 255 or 15.17% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4CDA is #30B325. Grayscale: #828282. Windows color (decimal): -3191590 or 14306511. OLE color: 14306511.

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

Color convert

RGB 207 76 218 -
CMYK 0.05 0.65 0 0.15
HSL 295.35º 0.66% 0.58% -
HSV(B) 295.35º 0.65% 0.85% -
XYZ 40.97 23.5 68.71 -
YUV 131.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 207 76 218 0.05 0.65 0 0.15 295.35 0.66 0.58
Hex CF 4C DA 5 41 0 F 127 42 3A
Octal 317 114 332 5 101 0 17 447 102 72
Binary 11001111 1001100 11011010 101 1000001 0 1111 100100111 1000010 111010

Color Harmonies of #CF4CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4CDA

Black with #CF4CDA

Text Example


Text Example

White with #CF4CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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