Html Css Color HEX #CF5CDD Medium Orchid

📋 copy color: '#CF5CDD'

red 207 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #CF5CDD

Tints of Medium Orchid #CF5CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.69%

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

R = 39.81%
G = 17.69%
B = 42.5%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF5CDD (or 0xCF5CDD) is known color: Medium Orchid. HEX triplet: CF, 5C and DD. RGB value is (207,92,221). Sum of RGB (Red+Green+Blue) = 207+92+221=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF5CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CDD is #30A322. Grayscale: #8C8C8C. Windows color (decimal): -3187491 or 14507215. OLE color: 14507215.

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

Color convert

RGB 207 92 221 -
CMYK 0.06 0.58 0 0.13
HSL 293.49º 0.65% 0.61% -
HSV(B) 293.49º 0.58% 0.87% -
XYZ 42.61 26.14 71.21 -
YUV 141.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 207 92 221 0.06 0.58 0 0.13 293.49 0.65 0.61
Hex CF 5C DD 6 3A 0 D 125 41 3D
Octal 317 134 335 6 72 0 15 445 101 75
Binary 11001111 1011100 11011101 110 111010 0 1101 100100101 1000001 111101

Color Harmonies of #CF5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5CDD

Black with #CF5CDD

Text Example


Text Example

White with #CF5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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