Html Css Color HEX #CB6FDD Orchid

📋 copy color: '#CB6FDD'

red 203 ◦ green 111 ◦ blue 221

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

Shades of Orchid #CB6FDD

Tints of Orchid #CB6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.75%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 37.94%
G = 20.75%
B = 41.31%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB6FDD (or 0xCB6FDD) is known color: Orchid. HEX triplet: CB, 6F and DD. RGB value is (203,111,221). Sum of RGB (Red+Green+Blue) = 203+111+221=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FDD is #349022. Grayscale: #969696. Windows color (decimal): -3444771 or 14512075. OLE color: 14512075.

HSL color Cylindrical-coordinate representation of color #CB6FDD: hue angle of 290.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6FDD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 111 221 -
CMYK 0.08 0.50 0 0.13
HSL 290.18º 0.62% 0.65% -
HSV(B) 290.18º 0.5% 0.87% -
XYZ 43.36 29.29 71.77 -
YUV 151.05 167.48 165.06 -
System Red Green Blue C M Y K H S L
Decimal 203 111 221 0.08 0.50 0 0.13 290.18 0.62 0.65
Hex CB 6F DD 8 32 0 D 122 3E 41
Octal 313 157 335 10 62 0 15 442 76 101
Binary 11001011 1101111 11011101 1000 110010 0 1101 100100010 111110 1000001

Color Harmonies of #CB6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FDD

Black with #CB6FDD

Text Example


Text Example

White with #CB6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FDD; }

 p { color: rgb(203,111,221); }

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

background-color css

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

 a { background-color: rgb(203,111,221); }

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

border-color css

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

 span { border-color: rgb(203,111,221); }

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