Html Css Color HEX #CF30DA Medium Orchid

📋 copy color: '#CF30DA'

red 207 ◦ green 48 ◦ blue 218

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

Shades of Medium Orchid #CF30DA

Tints of Medium Orchid #CF30DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 43.76%
G = 10.15%
B = 46.09%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF30DA (or 0xCF30DA) is known color: Medium Orchid. HEX triplet: CF, 30 and DA. RGB value is (207,48,218). Sum of RGB (Red+Green+Blue) = 207+48+218=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF30DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF30DA is #30CF25. Grayscale: #727272. Windows color (decimal): -3198758 or 14299343. OLE color: 14299343.

HSL color Cylindrical-coordinate representation of color #CF30DA: hue angle of 296.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF30DA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 48 218 -
CMYK 0.05 0.78 0 0.15
HSL 296.12º 0.7% 0.52% -
HSV(B) 296.12º 0.78% 0.85% -
XYZ 39.44 20.44 68.2 -
YUV 114.92 186.18 193.68 -
System Red Green Blue C M Y K H S L
Decimal 207 48 218 0.05 0.78 0 0.15 296.12 0.7 0.52
Hex CF 30 DA 5 4E 0 F 128 46 34
Octal 317 60 332 5 116 0 17 450 106 64
Binary 11001111 110000 11011010 101 1001110 0 1111 100101000 1000110 110100

Color Harmonies of #CF30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30DA

Black with #CF30DA

Text Example


Text Example

White with #CF30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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