Html Css Color HEX #CB75DA Orchid

📋 copy color: '#CB75DA'

red 203 ◦ green 117 ◦ blue 218

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

Shades of Orchid #CB75DA

Tints of Orchid #CB75DA

RGB

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

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

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

R = 37.73%
G = 21.75%
B = 40.52%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB75DA (or 0xCB75DA) is known color: Orchid. HEX triplet: CB, 75 and DA. RGB value is (203,117,218). Sum of RGB (Red+Green+Blue) = 203+117+218=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75DA is #348A25. Grayscale: #999999. Windows color (decimal): -3443238 or 14317003. OLE color: 14317003.

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

Color convert

RGB 203 117 218 -
CMYK 0.07 0.46 0 0.15
HSL 291.09º 0.58% 0.66% -
HSV(B) 291.09º 0.46% 0.85% -
XYZ 43.64 30.48 69.91 -
YUV 154.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 203 117 218 0.07 0.46 0 0.15 291.09 0.58 0.66
Hex CB 75 DA 7 2E 0 F 123 3A 42
Octal 313 165 332 7 56 0 17 443 72 102
Binary 11001011 1110101 11011010 111 101110 0 1111 100100011 111010 1000010

Color Harmonies of #CB75DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75DA

Black with #CB75DA

Text Example


Text Example

White with #CB75DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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