Html Css Color HEX #CF35DD Medium Orchid

📋 copy color: '#CF35DD'

red 207 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #CF35DD

Tints of Medium Orchid #CF35DD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.02%

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

R = 43.04%
G = 11.02%
B = 45.95%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF35DD (or 0xCF35DD) is known color: Medium Orchid. HEX triplet: CF, 35 and DD. RGB value is (207,53,221). Sum of RGB (Red+Green+Blue) = 207+53+221=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF35DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF35DD is #30CA22. Grayscale: #757575. Windows color (decimal): -3197475 or 14497231. OLE color: 14497231.

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

Color convert

RGB 207 53 221 -
CMYK 0.06 0.76 0 0.13
HSL 295º 0.71% 0.54% -
HSV(B) 295º 0.76% 0.87% -
XYZ 40.06 21.03 70.36 -
YUV 118.2 186.02 191.34 -
System Red Green Blue C M Y K H S L
Decimal 207 53 221 0.06 0.76 0 0.13 295 0.71 0.54
Hex CF 35 DD 6 4C 0 D 127 47 36
Octal 317 65 335 6 114 0 15 447 107 66
Binary 11001111 110101 11011101 110 1001100 0 1101 100100111 1000111 110110

Color Harmonies of #CF35DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF35DD

Black with #CF35DD

Text Example


Text Example

White with #CF35DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF35DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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