Html Css Color HEX #CF30DD Medium Orchid

📋 copy color: '#CF30DD'

red 207 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #CF30DD

Tints of Medium Orchid #CF30DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.08%

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

R = 43.49%
G = 10.08%
B = 46.43%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF30DD (or 0xCF30DD) is known color: Medium Orchid. HEX triplet: CF, 30 and DD. RGB value is (207,48,221). Sum of RGB (Red+Green+Blue) = 207+48+221=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 48 (19.14% from 255 or 10.08% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30DD is #30CF22. Grayscale: #727272. Windows color (decimal): -3198755 or 14495951. OLE color: 14495951.

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

Color convert

RGB 207 48 221 -
CMYK 0.06 0.78 0 0.13
HSL 295.14º 0.72% 0.53% -
HSV(B) 295.14º 0.78% 0.87% -
XYZ 39.84 20.6 70.28 -
YUV 115.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 207 48 221 0.06 0.78 0 0.13 295.14 0.72 0.53
Hex CF 30 DD 6 4E 0 D 127 48 35
Octal 317 60 335 6 116 0 15 447 110 65
Binary 11001111 110000 11011101 110 1001110 0 1101 100100111 1001000 110101

Color Harmonies of #CF30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30DD

Black with #CF30DD

Text Example


Text Example

White with #CF30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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