Html Css Color HEX #CB6FDF Orchid

📋 copy color: '#CB6FDF'

red 203 ◦ green 111 ◦ blue 223

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

Shades of Orchid #CB6FDF

Tints of Orchid #CB6FDF

RGB

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

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

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

R = 37.8%
G = 20.67%
B = 41.53%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB6FDF (or 0xCB6FDF) is known color: Orchid. HEX triplet: CB, 6F and DF. RGB value is (203,111,223). Sum of RGB (Red+Green+Blue) = 203+111+223=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 111 (43.75% from 255 or 20.67% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6FDF is #349020. Grayscale: #969696. Windows color (decimal): -3444769 or 14643147. OLE color: 14643147.

HSL color Cylindrical-coordinate representation of color #CB6FDF: hue angle of 289.29º degrees, saturation: 0.64, 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 #CB6FDF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 111 223 -
CMYK 0.09 0.50 0 0.13
HSL 289.29º 0.64% 0.65% -
HSV(B) 289.29º 0.5% 0.87% -
XYZ 43.63 29.39 73.19 -
YUV 151.28 168.48 164.89 -
System Red Green Blue C M Y K H S L
Decimal 203 111 223 0.09 0.50 0 0.13 289.29 0.64 0.65
Hex CB 6F DF 9 32 0 D 121 40 41
Octal 313 157 337 11 62 0 15 441 100 101
Binary 11001011 1101111 11011111 1001 110010 0 1101 100100001 1000000 1000001

Color Harmonies of #CB6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6FDF

Black with #CB6FDF

Text Example


Text Example

White with #CB6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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