Html Css Color HEX #CF54DD Medium Orchid

📋 copy color: '#CF54DD'

red 207 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #CF54DD

Tints of Medium Orchid #CF54DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.41%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 40.43%
G = 16.41%
B = 43.16%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF54DD (or 0xCF54DD) is known color: Medium Orchid. HEX triplet: CF, 54 and DD. RGB value is (207,84,221). Sum of RGB (Red+Green+Blue) = 207+84+221=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF54DD is #30AB22. Grayscale: #878787. Windows color (decimal): -3189539 or 14505167. OLE color: 14505167.

HSL color Cylindrical-coordinate representation of color #CF54DD: hue angle of 293.87º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF54DD is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 84 221 -
CMYK 0.06 0.62 0 0.13
HSL 293.87º 0.67% 0.6% -
HSV(B) 293.87º 0.62% 0.87% -
XYZ 41.95 24.83 70.99 -
YUV 136.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 207 84 221 0.06 0.62 0 0.13 293.87 0.67 0.6
Hex CF 54 DD 6 3E 0 D 126 43 3C
Octal 317 124 335 6 76 0 15 446 103 74
Binary 11001111 1010100 11011101 110 111110 0 1101 100100110 1000011 111100

Color Harmonies of #CF54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF54DD

Black with #CF54DD

Text Example


Text Example

White with #CF54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF54DD; }

 p { color: rgb(207,84,221); }

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

background-color css

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

 a { background-color: rgb(207,84,221); }

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

border-color css

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

 span { border-color: rgb(207,84,221); }

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