Html Css Color HEX #CB68DA Orchid

📋 copy color: '#CB68DA'

red 203 ◦ green 104 ◦ blue 218

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

Shades of Orchid #CB68DA

Tints of Orchid #CB68DA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.81%

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

R = 38.67%
G = 19.81%
B = 41.52%

CMYK

 C value IS 0.07

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB68DA (or 0xCB68DA) is known color: Orchid. HEX triplet: CB, 68 and DA. RGB value is (203,104,218). Sum of RGB (Red+Green+Blue) = 203+104+218=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB68DA is #349725. Grayscale: #929292. Windows color (decimal): -3446566 or 14313675. OLE color: 14313675.

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

Color convert

RGB 203 104 218 -
CMYK 0.07 0.52 0 0.15
HSL 292.11º 0.61% 0.63% -
HSV(B) 292.11º 0.52% 0.85% -
XYZ 42.23 27.66 69.44 -
YUV 146.6 168.3 168.23 -
System Red Green Blue C M Y K H S L
Decimal 203 104 218 0.07 0.52 0 0.15 292.11 0.61 0.63
Hex CB 68 DA 7 34 0 F 124 3D 3F
Octal 313 150 332 7 64 0 17 444 75 77
Binary 11001011 1101000 11011010 111 110100 0 1111 100100100 111101 111111

Color Harmonies of #CB68DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB68DA

Black with #CB68DA

Text Example


Text Example

White with #CB68DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB68DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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