Html Css Color HEX #CF36DA Medium Orchid

📋 copy color: '#CF36DA'

red 207 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #CF36DA

Tints of Medium Orchid #CF36DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.27%

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

R = 43.22%
G = 11.27%
B = 45.51%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF36DA (or 0xCF36DA) is known color: Medium Orchid. HEX triplet: CF, 36 and DA. RGB value is (207,54,218). Sum of RGB (Red+Green+Blue) = 207+54+218=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 54 (21.48% from 255 or 11.27% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF36DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36DA is #30C925. Grayscale: #757575. Windows color (decimal): -3197222 or 14300879. OLE color: 14300879.

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

Color convert

RGB 207 54 218 -
CMYK 0.05 0.75 0 0.15
HSL 295.98º 0.69% 0.53% -
HSV(B) 295.98º 0.75% 0.85% -
XYZ 39.71 20.97 68.28 -
YUV 118.44 184.19 191.16 -
System Red Green Blue C M Y K H S L
Decimal 207 54 218 0.05 0.75 0 0.15 295.98 0.69 0.53
Hex CF 36 DA 5 4B 0 F 128 45 35
Octal 317 66 332 5 113 0 17 450 105 65
Binary 11001111 110110 11011010 101 1001011 0 1111 100101000 1000101 110101

Color Harmonies of #CF36DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36DA

Black with #CF36DA

Text Example


Text Example

White with #CF36DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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