Html Css Color HEX #CB67D1 Orchid

📋 copy color: '#CB67D1'

red 203 ◦ green 103 ◦ blue 209

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

Shades of Orchid #CB67D1

Tints of Orchid #CB67D1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20%

 BLUE value IS 209 (82.03% from 255) = 40.58%

R = 39.42%
G = 20%
B = 40.58%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB67D1 (or 0xCB67D1) is known color: Orchid. HEX triplet: CB, 67 and D1. RGB value is (203,103,209). Sum of RGB (Red+Green+Blue) = 203+103+209=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB67D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67D1 is #34982E. Grayscale: #909090. Windows color (decimal): -3446831 or 13723595. OLE color: 13723595.

HSL color Cylindrical-coordinate representation of color #CB67D1: hue angle of 296.6º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB67D1 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 103 209 -
CMYK 0.03 0.51 0 0.18
HSL 296.6º 0.54% 0.61% -
HSV(B) 296.6º 0.51% 0.82% -
XYZ 40.99 27 63.37 -
YUV 144.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 203 103 209 0.03 0.51 0 0.18 296.6 0.54 0.61
Hex CB 67 D1 3 33 0 12 129 36 3D
Octal 313 147 321 3 63 0 22 451 66 75
Binary 11001011 1100111 11010001 11 110011 0 10010 100101001 110110 111101

Color Harmonies of #CB67D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB67D1

Black with #CB67D1

Text Example


Text Example

White with #CB67D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB67D1; }

 p { color: rgb(203,103,209); }

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

background-color css

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

 a { background-color: rgb(203,103,209); }

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

border-color css

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

 span { border-color: rgb(203,103,209); }

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