Html Css Color HEX #CB6DDF Orchid

📋 copy color: '#CB6DDF'

red 203 ◦ green 109 ◦ blue 223

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

Shades of Orchid #CB6DDF

Tints of Orchid #CB6DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 37.94%
G = 20.37%
B = 41.68%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB6DDF (or 0xCB6DDF) is known color: Orchid. HEX triplet: CB, 6D and DF. RGB value is (203,109,223). Sum of RGB (Red+Green+Blue) = 203+109+223=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6DDF is #349220. Grayscale: #959595. Windows color (decimal): -3445281 or 14642635. OLE color: 14642635.

HSL color Cylindrical-coordinate representation of color #CB6DDF: hue angle of 289.47º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6DDF is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 109 223 -
CMYK 0.09 0.51 0 0.13
HSL 289.47º 0.64% 0.65% -
HSV(B) 289.47º 0.51% 0.87% -
XYZ 43.42 28.96 73.11 -
YUV 150.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 203 109 223 0.09 0.51 0 0.13 289.47 0.64 0.65
Hex CB 6D DF 9 33 0 D 121 40 41
Octal 313 155 337 11 63 0 15 441 100 101
Binary 11001011 1101101 11011111 1001 110011 0 1101 100100001 1000000 1000001

Color Harmonies of #CB6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6DDF

Black with #CB6DDF

Text Example


Text Example

White with #CB6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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