Html Css Color HEX #CB61D1 Orchid

📋 copy color: '#CB61D1'

red 203 ◦ green 97 ◦ blue 209

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

Shades of Orchid #CB61D1

Tints of Orchid #CB61D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 39.88%
G = 19.06%
B = 41.06%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB61D1 (or 0xCB61D1) is known color: Orchid. HEX triplet: CB, 61 and D1. RGB value is (203,97,209). Sum of RGB (Red+Green+Blue) = 203+97+209=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB61D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB61D1 is #349E2E. Grayscale: #8D8D8D. Windows color (decimal): -3448367 or 13722059. OLE color: 13722059.

HSL color Cylindrical-coordinate representation of color #CB61D1: hue angle of 296.79º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB61D1 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 97 209 -
CMYK 0.03 0.54 0 0.18
HSL 296.79º 0.55% 0.6% -
HSV(B) 296.79º 0.54% 0.82% -
XYZ 40.41 25.85 63.18 -
YUV 141.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 203 97 209 0.03 0.54 0 0.18 296.79 0.55 0.6
Hex CB 61 D1 3 36 0 12 129 37 3C
Octal 313 141 321 3 66 0 22 451 67 74
Binary 11001011 1100001 11010001 11 110110 0 10010 100101001 110111 111100

Color Harmonies of #CB61D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB61D1

Black with #CB61D1

Text Example


Text Example

White with #CB61D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB61D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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