Html Css Color HEX #CB85D1 Orchid

📋 copy color: '#CB85D1'

red 203 ◦ green 133 ◦ blue 209

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

Shades of Orchid #CB85D1

Tints of Orchid #CB85D1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.4%

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

R = 37.25%
G = 24.4%
B = 38.35%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB85D1 (or 0xCB85D1) is known color: Orchid. HEX triplet: CB, 85 and D1. RGB value is (203,133,209). Sum of RGB (Red+Green+Blue) = 203+133+209=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85D1 is #347A2E. Grayscale: #A2A2A2. Windows color (decimal): -3439151 or 13731275. OLE color: 13731275.

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

Color convert

RGB 203 133 209 -
CMYK 0.03 0.36 0 0.18
HSL 295.26º 0.45% 0.67% -
HSV(B) 295.26º 0.36% 0.82% -
XYZ 44.52 34.08 64.55 -
YUV 162.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 203 133 209 0.03 0.36 0 0.18 295.26 0.45 0.67
Hex CB 85 D1 3 24 0 12 127 2D 43
Octal 313 205 321 3 44 0 22 447 55 103
Binary 11001011 10000101 11010001 11 100100 0 10010 100100111 101101 1000011

Color Harmonies of #CB85D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85D1

Black with #CB85D1

Text Example


Text Example

White with #CB85D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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