Html Css Color HEX #CB61DA Medium Orchid

📋 copy color: '#CB61DA'

red 203 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #CB61DA

Tints of Medium Orchid #CB61DA

RGB

 RED value IS 203 (79.69% from 255) = 39.19%

 GREEN value IS 97 (38.28% from 255) = 18.73%

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

R = 39.19%
G = 18.73%
B = 42.08%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB61DA (or 0xCB61DA) is known color: Medium Orchid. HEX triplet: CB, 61 and DA. RGB value is (203,97,218). Sum of RGB (Red+Green+Blue) = 203+97+218=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61DA is #349E25. Grayscale: #8E8E8E. Windows color (decimal): -3448358 or 14311883. OLE color: 14311883.

HSL color Cylindrical-coordinate representation of color #CB61DA: hue angle of 292.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB61DA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 97 218 -
CMYK 0.07 0.56 0 0.15
HSL 292.56º 0.62% 0.62% -
HSV(B) 292.56º 0.56% 0.85% -
XYZ 41.56 26.31 69.22 -
YUV 142.49 170.62 171.16 -
System Red Green Blue C M Y K H S L
Decimal 203 97 218 0.07 0.56 0 0.15 292.56 0.62 0.62
Hex CB 61 DA 7 38 0 F 125 3E 3E
Octal 313 141 332 7 70 0 17 445 76 76
Binary 11001011 1100001 11011010 111 111000 0 1111 100100101 111110 111110

Color Harmonies of #CB61DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61DA

Black with #CB61DA

Text Example


Text Example

White with #CB61DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61DA; }

 p { color: rgb(203,97,218); }

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

background-color css

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

 a { background-color: rgb(203,97,218); }

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

border-color css

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

 span { border-color: rgb(203,97,218); }

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