Html Css Color HEX #CF30E0 Medium Orchid

📋 copy color: '#CF30E0'

red 207 ◦ green 48 ◦ blue 224

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

Shades of Medium Orchid #CF30E0

Tints of Medium Orchid #CF30E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.76%

R = 43.22%
G = 10.02%
B = 46.76%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF30E0 (or 0xCF30E0) is known color: Medium Orchid. HEX triplet: CF, 30 and E0. RGB value is (207,48,224). Sum of RGB (Red+Green+Blue) = 207+48+224=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 224 (87.89% from 255 or 46.76% from 479); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF30E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30E0 is #30CF1F. Grayscale: #737373. Windows color (decimal): -3198752 or 14692559. OLE color: 14692559.

HSL color Cylindrical-coordinate representation of color #CF30E0: hue angle of 294.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF30E0 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 48 224 -
CMYK 0.08 0.79 0 0.12
HSL 294.2º 0.74% 0.53% -
HSV(B) 294.2º 0.79% 0.88% -
XYZ 40.24 20.76 72.41 -
YUV 115.61 189.18 193.19 -
System Red Green Blue C M Y K H S L
Decimal 207 48 224 0.08 0.79 0 0.12 294.2 0.74 0.53
Hex CF 30 E0 8 4F 0 C 126 4A 35
Octal 317 60 340 10 117 0 14 446 112 65
Binary 11001111 110000 11100000 1000 1001111 0 1100 100100110 1001010 110101

Color Harmonies of #CF30E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30E0

Black with #CF30E0

Text Example


Text Example

White with #CF30E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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