Html Css Color HEX #CB75DF Orchid

📋 copy color: '#CB75DF'

red 203 ◦ green 117 ◦ blue 223

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

Shades of Orchid #CB75DF

Tints of Orchid #CB75DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.55%

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

R = 37.38%
G = 21.55%
B = 41.07%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB75DF (or 0xCB75DF) is known color: Orchid. HEX triplet: CB, 75 and DF. RGB value is (203,117,223). Sum of RGB (Red+Green+Blue) = 203+117+223=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 117 (46.09% from 255 or 21.55% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75DF is #348A20. Grayscale: #9A9A9A. Windows color (decimal): -3443233 or 14644683. OLE color: 14644683.

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

Color convert

RGB 203 117 223 -
CMYK 0.09 0.48 0 0.13
HSL 288.68º 0.62% 0.67% -
HSV(B) 288.68º 0.48% 0.87% -
XYZ 44.31 30.75 73.41 -
YUV 154.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 203 117 223 0.09 0.48 0 0.13 288.68 0.62 0.67
Hex CB 75 DF 9 30 0 D 121 3E 43
Octal 313 165 337 11 60 0 15 441 76 103
Binary 11001011 1110101 11011111 1001 110000 0 1101 100100001 111110 1000011

Color Harmonies of #CB75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75DF

Black with #CB75DF

Text Example


Text Example

White with #CB75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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