Html Css Color HEX #CB6DD5 Orchid

📋 copy color: '#CB6DD5'

red 203 ◦ green 109 ◦ blue 213

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

Shades of Orchid #CB6DD5

Tints of Orchid #CB6DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.76%

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 38.67%
G = 20.76%
B = 40.57%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB6DD5 (or 0xCB6DD5) is known color: Orchid. HEX triplet: CB, 6D and D5. RGB value is (203,109,213). Sum of RGB (Red+Green+Blue) = 203+109+213=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB6DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DD5 is #34922A. Grayscale: #949494. Windows color (decimal): -3445291 or 13987275. OLE color: 13987275.

HSL color Cylindrical-coordinate representation of color #CB6DD5: hue angle of 294.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB6DD5 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 109 213 -
CMYK 0.05 0.49 0 0.16
HSL 294.23º 0.55% 0.63% -
HSV(B) 294.23º 0.49% 0.84% -
XYZ 42.11 28.44 66.22 -
YUV 148.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 203 109 213 0.05 0.49 0 0.16 294.23 0.55 0.63
Hex CB 6D D5 5 31 0 10 126 37 3F
Octal 313 155 325 5 61 0 20 446 67 77
Binary 11001011 1101101 11010101 101 110001 0 10000 100100110 110111 111111

Color Harmonies of #CB6DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DD5

Black with #CB6DD5

Text Example


Text Example

White with #CB6DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DD5; }

 p { color: rgb(203,109,213); }

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

background-color css

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

 a { background-color: rgb(203,109,213); }

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

border-color css

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

 span { border-color: rgb(203,109,213); }

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