Html Css Color HEX #CB6BDA Orchid

📋 copy color: '#CB6BDA'

red 203 ◦ green 107 ◦ blue 218

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

Shades of Orchid #CB6BDA

Tints of Orchid #CB6BDA

RGB

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

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

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

R = 38.45%
G = 20.27%
B = 41.29%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB6BDA (or 0xCB6BDA) is known color: Orchid. HEX triplet: CB, 6B and DA. RGB value is (203,107,218). Sum of RGB (Red+Green+Blue) = 203+107+218=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6BDA is #349425. Grayscale: #949494. Windows color (decimal): -3445798 or 14314443. OLE color: 14314443.

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

Color convert

RGB 203 107 218 -
CMYK 0.07 0.51 0 0.15
HSL 291.89º 0.6% 0.64% -
HSV(B) 291.89º 0.51% 0.85% -
XYZ 42.54 28.27 69.54 -
YUV 148.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 203 107 218 0.07 0.51 0 0.15 291.89 0.6 0.64
Hex CB 6B DA 7 33 0 F 124 3C 40
Octal 313 153 332 7 63 0 17 444 74 100
Binary 11001011 1101011 11011010 111 110011 0 1111 100100100 111100 1000000

Color Harmonies of #CB6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6BDA

Black with #CB6BDA

Text Example


Text Example

White with #CB6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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