Html Css Color HEX #CF3CDD Medium Orchid

📋 copy color: '#CF3CDD'

red 207 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #CF3CDD

Tints of Medium Orchid #CF3CDD

RGB

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

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

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

R = 42.42%
G = 12.3%
B = 45.29%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF3CDD (or 0xCF3CDD) is known color: Medium Orchid. HEX triplet: CF, 3C and DD. RGB value is (207,60,221). Sum of RGB (Red+Green+Blue) = 207+60+221=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3CDD is #30C322. Grayscale: #797979. Windows color (decimal): -3195683 or 14499023. OLE color: 14499023.

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

Color convert

RGB 207 60 221 -
CMYK 0.06 0.73 0 0.13
HSL 294.78º 0.7% 0.55% -
HSV(B) 294.78º 0.73% 0.87% -
XYZ 40.4 21.72 70.47 -
YUV 122.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 207 60 221 0.06 0.73 0 0.13 294.78 0.7 0.55
Hex CF 3C DD 6 49 0 D 127 46 37
Octal 317 74 335 6 111 0 15 447 106 67
Binary 11001111 111100 11011101 110 1001001 0 1101 100100111 1000110 110111

Color Harmonies of #CF3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3CDD

Black with #CF3CDD

Text Example


Text Example

White with #CF3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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