Html Css Color HEX #CB6BD5 Orchid

📋 copy color: '#CB6BD5'

red 203 ◦ green 107 ◦ blue 213

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

Shades of Orchid #CB6BD5

Tints of Orchid #CB6BD5

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.46%

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

R = 38.81%
G = 20.46%
B = 40.73%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB6BD5 (or 0xCB6BD5) is known color: Orchid. HEX triplet: CB, 6B and D5. RGB value is (203,107,213). Sum of RGB (Red+Green+Blue) = 203+107+213=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB6BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BD5 is #34942A. Grayscale: #939393. Windows color (decimal): -3445803 or 13986763. OLE color: 13986763.

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

Color convert

RGB 203 107 213 -
CMYK 0.05 0.50 0 0.16
HSL 294.34º 0.56% 0.63% -
HSV(B) 294.34º 0.5% 0.84% -
XYZ 41.9 28.02 66.15 -
YUV 147.79 164.8 167.38 -
System Red Green Blue C M Y K H S L
Decimal 203 107 213 0.05 0.50 0 0.16 294.34 0.56 0.63
Hex CB 6B D5 5 32 0 10 126 38 3F
Octal 313 153 325 5 62 0 20 446 70 77
Binary 11001011 1101011 11010101 101 110010 0 10000 100100110 111000 111111

Color Harmonies of #CB6BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BD5

Black with #CB6BD5

Text Example


Text Example

White with #CB6BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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